home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-03 / edit_qb.zip / DOIT.BAT < prev    next >
DOS Batch File  |  1991-05-23  |  85b  |  6 lines

  1. cls
  2. echo This will build the QBASIC library
  3. pause
  4. link @qlnk.tmp
  5. lib @qlib.tmp
  6.